(wait_reading_process_input): Lisp_Object/int mixup.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Jan 2004 21:19:17 +0000 (21:19 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Jan 2004 21:19:17 +0000 (21:19 +0000)
src/process.c

index 315b31b728fc75dd5301c80f3043c0917b5daf77..854607a2230332564eaceb44ad8583160a703f76 100644 (file)
@@ -1,6 +1,6 @@
 /* Asynchronous subprocess control for GNU Emacs.
    Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 96, 98, 1999,
-      2001, 2002, 2003 Free Software Foundation, Inc.
+      2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -4296,7 +4296,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
                  proc = chan_process[channel];
                  if (NILP (proc))
                    continue;
-                 if (XPROCESS (proc)->read_output_delay > 0)
+                 if (XINT (XPROCESS (proc)->read_output_delay) > 0)
                    {
                      check_delay--;
                      if (NILP (XPROCESS (proc)->read_output_skip))